projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986e61b
)
(update_end): Undo previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 23 May 1994 06:31:52 +0000
(06:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 23 May 1994 06:31:52 +0000
(06:31 +0000)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 8f7bf3aef4dffdc4e2c738cd717bada4c9f5fe60..6001e9b82d009c872391b5266d847dfa15d1a696 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-343,8
+343,8
@@
update_end (f)
{
if (! FRAME_TERMCAP_P (updating_frame))
{
- updating_frame = 0;
(*update_end_hook) (f);
+ updating_frame = 0;
return;
}
turn_off_insert ();